DataCollection | ComponentOne
C1.DataCollection.SignalR.Server Assembly / C1.DataCollection.SignalR.Server Namespace / C1DataCollectionHub<T> Class / RemoveAsync Method
The token that determines whether the calling collection is synchronized.
The index.

In This Topic
    RemoveAsync Method (C1DataCollectionHub<T>)
    In This Topic
    Removes the item at the specified index from the collection.
    Syntax
    'Declaration
     
    Public Function RemoveAsync( _
       ByVal eTag As Guid, _
       ByVal index As Integer _
    ) As Task
    public Task RemoveAsync( 
       Guid eTag,
       int index
    )

    Parameters

    eTag
    The token that determines whether the calling collection is synchronized.
    index
    The index.
    See Also